projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4491a55
)
Avoid ambiguity about what st refers to
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 11 Aug 2020 07:23:40 +0000
(09:23 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 12 Aug 2020 02:56:12 +0000
(
04:56
+0200)
* lisp/term/st.el: Add link to website.
lisp/term/st.el
patch
|
blob
|
history
diff --git
a/lisp/term/st.el
b/lisp/term/st.el
index 3a15576ecc63aad8d6e28ec2c42a8a26b62eb225..617664bb263660f90f2917f94c6a14748192b9d0 100644
(file)
--- a/
lisp/term/st.el
+++ b/
lisp/term/st.el
@@
-1,6
+1,14
@@
;;; st.el --- terminal initialization for st -*- lexical-binding:t -*-
+
;; Copyright (C) 2020 Free Software Foundation, Inc.
+;;; Commentary:
+
+;; Support for the st terminal emulator.
+;; https://st.suckless.org/
+
+;;; Code:
+
(require 'term/xterm)
(defun terminal-init-st ()